cy.log(message): Logs a message to the Cypress Command Log.
cy.wait(time): Waits for a specified amount of time (in milliseconds).
cy.pause(): Pauses test execution.
cy.debug(): Pauses test execution and allows debugging.
cy.screenshot(): Takes a screenshot of the application.
cy.viewport(width, height): Sets the viewport size.
cy.clock(): Controls time-related functions.
cy.tick(time): Advances the clock by a specified amount of time.